home *** CD-ROM | disk | FTP | other *** search
/ Digitální fotografie a video / Digitalni-fotografie-a-video-covermount.bin / Aplikace / Servis / Help.dxr / 00010_Klik klikni.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  279 b   |  15 lines

  1. on mouseEnter me
  2.   puppetSound(1, "Najezd")
  3.   set the cursor of sprite the spriteNum of me to [member "ruka_1", member "ruka_2"]
  4. end
  5.  
  6. on mouseLeave me
  7.   set the cursor of sprite the spriteNum of me to -1
  8. end
  9.  
  10. on mouseDown me
  11.   global Lista
  12.   set Lista to 1
  13.   go("Stranka_2")
  14. end
  15.